DataGrid Control Constants

AddNewMode Constants

Constant Value Description
dbgNoAddNew 0 No AddNew
dbgAddNewCurrent 1 AddNew current
dbgAddNewPending 2 AddNew pending

Alignment Constants

Constant Value Description
dbgLeft 0 Left
dbgRight 1 Right
dbgCenter 2 Center
dbgGeneral 3 General

Appearance Constants

Constant Value Description
dbgFlat 0 Flat appearance
dbg3D 1 3D appearance

Borderstyle Constants

Constant Value Description
dbgNoBorder 0 None
dbgFixedSingle 1 FixedSingle

Dividerstyle Constants

Constant Value Description
dbgNoDividers 0 No dividers
dbgBlackLine 1 Black line
dbgDarkGrayLine 2 Dark gray line
dbgRaised 3 Raised
dbgInset 4 Inset
dbgUseForeColor 5 Use forecolor
dbgLightGrayLine 6 Light gray line

Error Constants

Constant Value Description
dbgBadEvent 67133793 Operation is invalid within the event
dbgBindError 67125399 Cannot initialize data bindings
dbgColNotFound 67133767 Column not found
dbgDataAccessError 67133792 Data access error
dbgErrorAdd 67133782 Error occurred while trying to add record
dbgErrorDelete 67133781 Error occurred while trying to delete record
dbgErrorUpdate 67133783 Error occurred while trying to update record
dbgInvalidBookmark 67133769 Invalid bookmark
dbgInvalidColumnIndex 67133765 Invalid column index
dbgInvalidPropertyValue 67109760 Invalid property value
dbgInvalidSplitIndex 67134021 Invalid split index
dbgInvRowNum 67133768 Invalid row number
dbgMustHaveSplit 67137538 Must have split
dbgNoMethNow 67137539 Method is not available in this context
dbgNoMultiDelete 67133785 Cannot delete multiple rows
dbgNoPropNow 67133794 Property is not available in this context
dbgOrphaned 67137536 Supporting object on the grid has been deleted
dbgOutOfMemory 67108871 Out of memory
dbgScrollOutOfRange 67133777 Scroll arguments out of range
dbgSubscriptRange 67108873 Subscript out of range
dbgTypeMismatch 67108883 Type mismatch
dbgUnknown 67137537 An unexpected and unknown error has occurred

Marquee Style Constants

Constant Value Description
dbgDottedCellBorder 0 Dotted cell border
dbgSolidCellBorder 1 Solid cell border
dbgHighlightCell 2 Highlight the cell
dbgHighlightRow 3 Highlight the row
dbgHighlightRowRaiseCell 4 Highlight row, raise cell
dbgNoMarquee 5 No marquee
dbgFloatingEditor 6 Floating editor

Scroll Bar Constants

Constant Value Description
dbgNone 0 None
dbgHorizontal 1 Horizontal
dbgVertical 2 Vertical
dbgBoth 3 Both
dbgAutomatic 4 Automatic

SplitSizeMode Constants

Constant Value Description
dbgScalable 0 Scalable
dbgExact 1 Exact

TabAction Constants

Constant Value Description
dbgControlNavigation 0 Control navigation
dbgColumnNavigation 1 Column navigation
dbgGridNavigation 2 Grid navigation